Variable MJResourceLinkSchemaConst
MJResourceLinkSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
FolderID: ZodNullable<ZodString>;
ID: ZodString;
ResourceRecordID: ZodString;
ResourceType: ZodString;
ResourceTypeID: ZodString;
User: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
FolderID?: string;
ID?: string;
ResourceRecordID?: string;
ResourceType?: string;
ResourceTypeID?: string;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
FolderID?: string;
ID?: string;
ResourceRecordID?: string;
ResourceType?: string;
ResourceTypeID?: string;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: Resource Links