4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
export interface TeamSettingParam {
|
|
teamId: string,
|
|
memberIds: string[]
|
|
} |