interface RemoveOwnersEvent {
    owners_removed: string[];
}

Properties

Properties

owners_removed: string[]