ResourceController 란 것이 있을 것
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
export class General {
|
||||
import type { GeneralID, GeneralName } from "./defs.js";
|
||||
|
||||
export class General {
|
||||
constructor(
|
||||
public readonly id: GeneralID,
|
||||
public name: GeneralName,
|
||||
){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user