mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 17:13:47 +00:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
export interface UtilsService {
|
|
copyToClipboard(text: string, doc?: Document): void;
|
|
getHostname(uriString: string): string;
|
|
}
|