plugNmeet JS SDK - v1.4.1
    Preparing search index...

    Type Alias ClientFilesResponse

    type ClientFilesResponse = {
        status: boolean;
        msg: string;
        css?: string[];
        js?: string[];
    }
    Index

    Properties

    Properties

    status: boolean
    msg: string
    css?: string[]
    js?: string[]