Skip to content

Type Alias: FacadeFinished<DATA>

@flyze/lib-data-store 3.0.0-alpha.55· latest

FacadeFinished<DATA> = object & Omit<flowSuccess<DATA>, "id"> | Omit<flowError, "id">

Defined in: projects/lib-data-store/src/lib/flyze-api-store-facade/facades/_abstract/abstract.facade.ts:19

finished: true

the response is always finished.

DATA