Interface PaginatedWebhookReadList

PaginatedWebhookReadList

interface PaginatedWebhookReadList {
    count: number;
    next?: null | string;
    previous?: null | string;
    results: WebhookRead[];
}

Properties

count: number

PaginatedWebhookReadList

next?: null | string

PaginatedWebhookReadList

previous?: null | string

PaginatedWebhookReadList

results: WebhookRead[]

PaginatedWebhookReadList