Skip to main content

GithubCustomError

Signature

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