fix(type): change from number to string to align with API docs
This commit is contained in:
@@ -37,5 +37,5 @@ export interface UpdateSubApiKeyUpdateParamsV5 {
|
||||
}
|
||||
|
||||
export interface DeleteSubMemberParamsV5 {
|
||||
subMemberId: number;
|
||||
subMemberId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user