@devgateway/wp-react-lib
    Preparing search index...

    Interface FileContent

    interface FileContent {
        contentType: string;
        createdDate: Date;
        id: string;
        name: string;
        size: number;
    }
    Index

    Properties

    contentType: string
    createdDate: Date
    id: string
    name: string
    size: number