@webitel/api-services
    Preparing search index...
    interface StorageCreateFilePolicyRequest {
        channels?: StorageUploadFileChannel[];
        description?: string;
        enabled?: boolean;
        encrypt?: boolean;
        maxUploadSize?: string;
        mimeTypes?: string[];
        name?: string;
        retentionDays?: number;
        speedDownload?: string;
        speedUpload?: string;
    }
    Index

    Properties

    description?: string
    enabled?: boolean
    encrypt?: boolean
    maxUploadSize?: string
    mimeTypes?: string[]
    name?: string
    retentionDays?: number
    speedDownload?: string
    speedUpload?: string