Interface MemberSelect

interface MemberSelect {
    static_source: string;
    text: string;
    type: "select";
}

Properties

static_source: string
text: string
type: "select"