MobX Lark
    Preparing search index...

    Interface TransferOption

    interface TransferOption {
        need_notification?: boolean;
        old_owner_perm?: "edit" | "view" | "full_access";
        remove_old_owner?: boolean;
        stay_put?: boolean;
    }
    Index

    Properties

    need_notification?: boolean
    old_owner_perm?: "edit" | "view" | "full_access"
    remove_old_owner?: boolean
    stay_put?: boolean