export interface IFndyProvisioningRule { description: string; accountId: string; name: string; group: string; sql: string; state: number; topic: string; ts: number; attributeName: string; attributeValue?: string; ruleName: string; userId: string; actions: any[]; typeId: string; ruleAttribute: string; filter: string; }