fix: 'boolean' instead of 'bool'
This commit is contained in:
@ -22,7 +22,7 @@ interface IApiServicesState {
|
||||
|
||||
fetch: () => Promise<void>;
|
||||
fetchSingle: (id: string) => Promise<void>;
|
||||
create: (req: CreateApiServiceRequest) => Promise<bool>;
|
||||
create: (req: CreateApiServiceRequest) => Promise<boolean>;
|
||||
resetCredentials: () => void;
|
||||
|
||||
toggling: boolean;
|
||||
|
Reference in New Issue
Block a user