Skip to content
Snippets Groups Projects
Commit dc12d176 authored by michael.minelli's avatar michael.minelli
Browse files

DojoGitlabCredentials => Add interface

parent d7b76cdf
No related branches found
No related tags found
No related merge requests found
interface DojoGitlabCredentials {
refreshToken: string | null;
accessToken: string | null;
}
export default DojoGitlabCredentials;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment