interface GetLangsSuccessResponse {
    dirs: `${string}-${string}`[];
}

Properties

Properties

dirs: `${string}-${string}`[]