interface PrintDebugLog {
    message: string;
    type: "print";
}

Properties

Properties

message: string
type: "print"

Generated using TypeDoc