export default interface UserConsentRepresentation { clientId?: string; createDate?: string; grantedClientScopes?: string[]; lastUpdatedDate?: number; }