Hex Core JS
    Preparing search index...

    Type Alias FileFieldUploadFormValues

    type FileFieldUploadFormValues = {
        contentType: string;
        file: File | null;
        isLoading: boolean;
        key: string;
    }
    Index

    Properties

    contentType: string
    file: File | null
    isLoading: boolean
    key: string