@switstack/switcloud-api-ts
    Preparing search index...

    Interface ListCrsRequest

    interface ListCrsRequest {
        orderBy?: string;
        organizationId?: string;
        page?: number;
        search?: string;
        size?: number;
    }
    Index

    Properties

    orderBy?: string
    organizationId?: string
    page?: number
    search?: string
    size?: number