5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
import type { Guid } from './Guid';
|
|
export type RemoveAdminParams = {
|
|
signer: Guid;
|
|
};
|