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

GitlabMember => Refactor code

parent 5c073c30
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ import GitlabUser from './GitlabUser';
interface GitlabMember extends GitlabUser {
'access_level': number,
'created_at': string,
'created_by': GitlabUser,
'expires_at': string | null
access_level: number,
created_at: string,
created_by: GitlabUser,
expires_at: string | null
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment