GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIAuditLogChangeKey$Remove

Returned when role(s) are removed

API/Type Aliases/APIAuditLogChangeKey$Remove
seyfert/lib/types/payloads/auditLog.d.ts

Signature

export type APIAuditLogChangeKey$Remove = AuditLogChangeData<'$remove', Pick<APIRole, 'id' | 'name'>[]>;

Private types

AuditLogChangeDataInterface
interface AuditLogChangeData<K extends string, D> {    key: K;    new_value?: D;    old_value?: D;}

Members

This export does not declare public properties or methods in the generated declaration file.