Hiyve Components - v1.0.0
    Preparing search index...

    File entry in a room summary.

    interface RoomSummaryFile {
        appData?: Record<string, unknown>;
        fileId?: string;
        filename?: string;
        fileName?: string;
        key?: string;
        name?: string;
        resourceType: string;
        s3Key?: string;
        s3Path?: string;
    }
    Index

    Properties

    appData?: Record<string, unknown>

    Application data

    fileId?: string

    File ID

    filename?: string

    File name

    fileName?: string
    key?: string
    name?: string
    resourceType: string

    Resource type

    s3Key?: string
    s3Path?: string

    S3 path