mirror of
https://github.com/sern-handler/website
synced 2026-06-14 11:52:21 +00:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
export declare type UserAgent = {
|
|
segment: string;
|
|
version?: string;
|
|
};
|