@cpod/sdk - v0.2.7
    Preparing search index...

    Interface SearchApplicationsOptions

    Search applications options

    interface SearchApplicationsOptions {
        name: string;
        expert_id?: string;
        status?: ApplicationStatus;
        page?: number;
        limit?: number;
    }
    Index

    Properties

    name: string
    expert_id?: string
    page?: number
    limit?: number