export interface ICurrentUserIAM { arn: string; projectId?: string; username?: string; }