Overnap
Builds for 1 pipeline passed in 8 minutes 16 seconds

그림 관련 타입 추가

......@@ -37,3 +37,9 @@ export interface RoundData {
role: Role;
}[];
};
export interface BrushData {
size: number;
color: string;
drawing: boolean;
}
......