interface ISetDataAdmin {
    id: string;
    newAdmin: string;
}

Properties

Properties

id: string
newAdmin: string