@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
17 lines (16 loc) • 532 B
TypeScript
export declare class MediaflowConstants {
static mediaflowJsUrl: string;
static mediaflowJsFallback: string;
static mediaflowCssUrl: string;
static mediaflowCssFallback: string;
static featureId: string;
static mediaFlowSettingsKey: string;
static mediaFlowSecretKey: string;
static defaultSupportedMediaFormats: string;
}
export declare class MediaflowSecretsForms {
static clientid: string;
static clientsecret: string;
static refreshtoken: string;
static integrationKey: string;
}