Updated API reports

Signed-off-by: Harry Hogg <hhogg@spotify.com>
This commit is contained in:
Harry Hogg
2022-10-06 10:06:42 +01:00
parent db63ce8b07
commit a3fef466ef
+1 -1
View File
@@ -177,7 +177,7 @@ export type PermissionRule<
name: string;
description: string;
resourceType: TResourceType;
schema: PermissionRuleSchema<TParams>;
paramsSchema: PermissionRuleSchema<TParams>;
apply(
resource: TResource,
params: NoInfer<z.input<PermissionRuleSchema<TParams>>>,