mimiq
    Preparing search index...

    Interface TypeAction

    interface TypeAction {
        clearFirst?: boolean;
        kind: "type";
        targetId: string;
        text: string;
    }
    Index

    Properties

    clearFirst?: boolean
    kind: "type"
    targetId: string
    text: string