WhoAmIResponse: Replace<WhoAmIResponseRaw, {
    grant: {
        createdAt: Date;
        scope: Scope;
        type: GrantType;
    };
}>