Interface PreparedFiles<T>

interface PreparedFiles<T = PlatformFile> {
    attribute: string | { hash: string; id: string };
    value: LocalFile<T>[];
}

Type Parameters

Properties

Properties

attribute: string | { hash: string; id: string }
value: LocalFile<T>[]