interface AddUserResult {
    message: string;
    success: boolean;
}

Properties

Properties

message: string
success: boolean