mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-16 22:12:56 -06:00
Commit latest design, styling & functionality
This commit is contained in:
@@ -26,3 +26,9 @@ export type IpNetwork = z.infer<typeof IpNetworkSchema>;
|
||||
export type AutonomousNumber = z.infer<typeof AutonomousNumberSchema>;
|
||||
export type Register = z.infer<typeof RegisterSchema>;
|
||||
export type Domain = z.infer<typeof DomainSchema>;
|
||||
|
||||
export type SubmitProps = {
|
||||
target: string;
|
||||
requestJSContact: boolean;
|
||||
followReferral: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user