Variable UniActionPolicyAbiConst

UniActionPolicyAbi: {
    components: (
        | { components?: undefined; name: string; type: string }
        | {
            components: (
                | { components?: undefined; name: string; type: string }
                | {
                    components: (
                        | { components?: ...; name: ...; type: ... }
                        | { components: ...; name: ...; type: ... }
                    )[];
                    name: string;
                    type: string;
                }
            )[];
            name: string;
            type: string;
        }
    )[];
    name: string;
    type: string;
}[] = ...