Interface ContentTypeAllowedResources

interface ContentTypeAllowedResources {
    contentTypes: string[];
    source: string;
    type: string;
}

Properties

contentTypes: string[]
source: string
type: string