export interface ScrcpyDisplay {
    id: number;

    resolution?: string;
}
