Type Alias GetOrganizationApiKeysQuery

GetOrganizationApiKeysQuery: {
    cursor?: string | null;
    limit?: number | null;
}

Type declaration

  • Optionalcursor?: string | null

    The cursor to start the pagination from.

  • Optionallimit?: number | null

    The number of items to return per page.