MobX Lark
    Preparing search index...

    Interface CustomAttribute

    interface CustomAttribute {
        id: string;
        type: "TEXT";
        value: Record<
            | "name"
            | "option_id"
            | "option_value"
            | "url"
            | "pc_url"
            | "picture_url"
            | "text",
            string,
        > & { generic_user: { id: string; type: 1 } };
    }
    Index

    Properties

    Properties

    id: string
    type: "TEXT"
    value: Record<
        | "name"
        | "option_id"
        | "option_value"
        | "url"
        | "pc_url"
        | "picture_url"
        | "text",
        string,
    > & { generic_user: { id: string; type: 1 } }