Release v0.1.2
This commit is contained in:
@@ -4,6 +4,7 @@ export type PolicySourcePathItem = string | {
|
||||
label: string;
|
||||
applied_fields?: string[];
|
||||
appliedFields?: string[];
|
||||
policy?: Record<string, unknown> | null;
|
||||
};
|
||||
|
||||
export type PolicySourcePathProps = {
|
||||
|
||||
Reference in New Issue
Block a user