export type UnionApiErrorEntityNotFound = { code: UnionApiErrorEntityNotFoundCode; message: string; }; export declare enum UnionApiErrorEntityNotFoundCode { NOT_FOUND = "NOT_FOUND" }