Interface ListCredentialsQueryParams

Interface representing the query parameters for listing credentials.

Hierarchy

  • ListCredentialsQueryParams

Properties

limit?: number

Limit the number of results

offset?: number

Offset the results by this number

orderBy?: "desc" | "asc"

Order the results by ascending or descending

sortBy?: "createdAt" | "updatedAt"

Sort the results by field name

Generated using TypeDoc