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