Type alias ApiResponsePlural<M>

ApiResponsePlural<M>: M[] & {
    payload: ApiPayloadPlural;
}

Type Parameters

Generated using TypeDoc v0.23.24