interface FileSystemArchivistData {
    payloads: DeepRestrictToStringKeys<{ schema: string }>[];
}

Properties

Properties

payloads: DeepRestrictToStringKeys<{ schema: string }>[]