@open-formulieren/types
    Preparing search index...

    Interface FileUploadConfiguration

    interface FileUploadConfiguration {
        allowedTypesLabels: string[];
        name: string;
        type: string[];
    }
    Index

    Properties

    allowedTypesLabels: string[]
    name: string
    type: string[]