Variable ResourceLinkSchemaConst
ResourceLinkSchema: ZodObject<{
FolderID: ZodNullable<ZodString>;
ID: ZodString;
ResourceRecordID: ZodString;
ResourceType: ZodString;
ResourceTypeID: ZodString;
User: ZodString;
UserID: ZodString;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
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;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
FolderID: ZodNullable<ZodString>
ID: ZodString
ResourceRecordID: ZodString
ResourceType: ZodString
ResourceTypeID: ZodString
User: ZodString
UserID: ZodString
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional FolderID?: string
Optional ID?: string
Optional ResourceRecordID?: string
Optional ResourceType?: string
Optional ResourceTypeID?: string
Optional User?: string
Optional UserID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional FolderID?: string
Optional ID?: string
Optional ResourceRecordID?: string
Optional ResourceType?: string
Optional ResourceTypeID?: string
Optional User?: string
Optional UserID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity Resource Links