본문으로 건너뛰기

GithubCustomError

Signature

type GithubCustomError = {
ref: Object & {
status: number;
};
errorMsg: string;
};