@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlQueryGuestProfilesParams

    interface ControlQueryGuestProfilesParams {
        keyword?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    keyword?: string
    limit?: number
    offset?: number