/** Interface for the result of /platform/metadata/v1/user */
export interface User {
    userId: string;
    userName: string;
    emailAddress: string;
}
