mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 14:41:47 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export interface FileCount {
|
|
bytes: number;
|
|
files: number;
|
|
}
|