Search


Search something to see results

ValidationMediaFeature

interface ValidationMediaFeature {
    category: string;
    status?: string;
    type: MediaFeatureType;
    values?: number[] | string[];
}

Index

Properties

category: string
status?: string
type: MediaFeatureType
values?: number[] | string[]