Type alias PaginatedSpinOuts

PaginatedSpinOuts: PaginatedResponse<GenericPaginatedData & {
    spinOut: SpinOut[];
}>

Generated using TypeDoc