Interface iGetApiKeysSuccessResponse

interface iGetApiKeysSuccessResponse {
    docs: iApiKeyDoc[];
    pagination: { bookmark: string; hasMore: boolean };
}

Implemented by

Properties

Properties

docs: iApiKeyDoc[]
pagination: { bookmark: string; hasMore: boolean }
MMNEPVFCICPMFPCPTTAAATR