mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(client): 🏷️ Fix incorrect type being used for createApp
This commit is contained in:
parent
20cafb859b
commit
f10ef84c0f
|
|
@ -159,7 +159,7 @@ export class LysandClient extends BaseClient {
|
||||||
scopes: string[];
|
scopes: string[];
|
||||||
website?: string;
|
website?: string;
|
||||||
}>,
|
}>,
|
||||||
): Promise<Output<Application>> {
|
): Promise<Output<ApplicationData>> {
|
||||||
return this.postForm<ApplicationData>("/api/v1/apps", {
|
return this.postForm<ApplicationData>("/api/v1/apps", {
|
||||||
client_name,
|
client_name,
|
||||||
...options,
|
...options,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue