This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
iapt-platform
/
mint
miroir de
https://github.com/iapt-platform/mint.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
development
Branches
Tags
agile-deprecated
dependabot/maven/dashboard-v4/demos/java/io.grpc-grpc-netty-shaded-1.75.0
dependabot/maven/dashboard-v4/demos/java/io.minio-minio-8.6.0
development
go-deprecated
laravel-deprecated
master
ror-deprecated
staging-deprecated
v20220509-deprecated
mint
/
dashboard-v6
/
backup
/
components
/
api
/
Guide.ts
Guide.ts
86 B
Lien permanent
Historique
Raw
1
2
3
4
5
export interface IGuideResponse {
ok: boolean;
message: string;
data: string;
}