mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export interface FileCount {
|
|
bytes: number;
|
|
files: number;
|
|
}
|