Yurba.js Documentation
    Preparing search index...

    Interface CreateDialogPayload

    interface CreateDialogPayload {
        description?: string;
        name: string;
        type: Dtype;
    }
    Index

    Properties

    description?: string
    name: string
    type: Dtype