Interface FindAppDataSchemasQuery

interface FindAppDataSchemasQuery {
    limit?: number;
    cursor?: string;
}

Hierarchy (View Summary)

Properties

Properties

limit?: number
cursor?: string