schema-components - v3.7.0
    Preparing search index...

    Interface FileConstraints

    Constraints that apply to file schemas.

    interface FileConstraints {
        mimeTypes?: string[];
    }
    Index

    Properties

    Properties

    mimeTypes?: string[]