@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
10 lines (9 loc) • 453 B
TypeScript
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
import { FilePickerStorageProviderContext } from "./FilePickerProviderContext";
export declare class FileUploaderProviderVersionedLayoutContext implements FilePickerStorageProviderContext {
readonly omniaServiceId: GuidValue;
readonly metadataTypeId: GuidValue;
fileName: string;
readonly layoutId: number;
constructor(layoutId: number);
}