export default interface User {
    userID: string;
    username: string;
    rawID: string;
}
