mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-05 13:06:26 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export interface FileCount {
|
|
bytes: number;
|
|
files: number;
|
|
}
|