fix(client): 🏷️ Fix incorrect type being used for createApp

This commit is contained in:
Jesse Wierzbinski 2024-06-07 12:47:15 -10:00
parent 20cafb859b
commit f10ef84c0f
No known key found for this signature in database

View file

@ -159,7 +159,7 @@ export class LysandClient extends BaseClient {
scopes: string[];
website?: string;
}>,
): Promise<Output<Application>> {
): Promise<Output<ApplicationData>> {
return this.postForm<ApplicationData>("/api/v1/apps", {
client_name,
...options,