MediaSFU Vue
    Preparing search index...

    Interface MediaAlert

    interface MediaAlert {
        id: number;
        message: string;
        type: "success" | "danger";
    }
    Index

    Properties

    Properties

    id: number
    message: string
    type: "success" | "danger"