Variable MediaDataSchemaConst

MediaDataSchema: ZodObject<{
    filename: ZodString;
    id: ZodString;
    permanentUrl: ZodOptional<ZodString>;
    type: ZodString;
}, "strip", ZodTypeAny, {
    filename: string;
    id: string;
    permanentUrl?: string;
    type: string;
}, {
    filename: string;
    id: string;
    permanentUrl?: string;
    type: string;
}> = ...

Type declaration

Type declaration

  • filename: string
  • id: string
  • Optional permanentUrl?: string
  • type: string

Type declaration

  • filename: string
  • id: string
  • Optional permanentUrl?: string
  • type: string

Generated using TypeDoc