ListPolicyRulesRequest: {
    query?: {
        author?: string;
    };
}

Type declaration

  • Optional query?: {
        author?: string;
    }
    • Optional author?: string

Generated using TypeDoc