sfapi-ts

Home > @cjh1/sfapi > UpdateGroupBody

UpdateGroupBody type

Signature:

export type UpdateGroupBody = {
    usernames: string;
    action: BatchGroupAction;
};

References: BatchGroupAction