@mendix/extensions-api - v0.9.0
    Preparing search index...

    Type Alias FileMetadata

    type FileMetadata = {
        lastModified: Date;
        path: string;
        sizeInBytes: number;
    }
    Index

    Properties

    lastModified: Date

    UTC date of the last modification

    path: string

    Path of the file within the app directory

    sizeInBytes: number

    Size of the file in bytes