@custouch/jssdk
    Preparing search index...

    Type Alias SignCodeCollectInput

    type SignCodeCollectInput = {
        detail: Record<string, any>;
        event: string;
        projectId: string | number;
    }
    Index

    Properties

    detail: Record<string, any>
    event: string
    projectId: string | number