Interface IAddBody

    interface IAddBody {
        group: {
            name: string;
            users: string[];
        };
        organization: {
            id: string;
        };
    }

    Properties

    Properties

    group: {
        name: string;
        users: string[];
    }
    organization: {
        id: string;
    }

    Generated using TypeDoc and TypeDoc Airthium Plugin