JsonApiResponseLinks: {
    first?: Endpoint;
    last?: Endpoint;
    next?: Endpoint;
    prev?: Endpoint;
    self?: Endpoint;
}

Type declaration

Generated using TypeDoc