跳到主要内容

PromiseResultWithUuid type

@vm-type PromiseResultWithUuid

Signature:

type PromiseResultWithUuid = Result<IDPCommon.DB.Types.ElementId & {
uuid: string;
}>;

Links: type PromiseResultWithUuid = Result<IDPCommon.DB.Types.ElementId & { uuid: string; }>;

References: Result, DB.Types.ElementId