@antoinette-agency/sofetch
    Preparing search index...

    Type Alias FileWithFieldName

    type FileWithFieldName = {
        fieldName: string;
        file: File;
    }
    Index

    Properties

    Properties

    fieldName: string
    file: File