interface ListJWTsResponse {
    jwts: JWT[];
    totalCount: number;
}

Properties

Properties

jwts: JWT[]
totalCount: number