fix(type): change from number to string to align with API docs

This commit is contained in:
Thijmen Maus
2024-02-11 15:30:29 +01:00
parent 304d960567
commit 120f9edb24
2 changed files with 2 additions and 2 deletions

View File

@@ -37,5 +37,5 @@ export interface UpdateSubApiKeyUpdateParamsV5 {
}
export interface DeleteSubMemberParamsV5 {
subMemberId: number;
subMemberId: string;
}