Skip to content
Snippets Groups Projects
Unverified Commit 7d6438b1 authored by cjtim's avatar cjtim Committed by GitHub
Browse files

chore(managers/sbt): remove unused types (#21570)


Signed-off-by: default avatarJinna C <jinnatim@gmail.com>
parent ce96324a
No related branches found
No related tags found
No related merge requests found
export interface ParseContext {
scalaVersion?: string | null;
variables: Record<string, any>;
depType?: string;
}
export interface ParseOptions {
isMultiDeps?: boolean;
scalaVersion?: string | null;
variables?: Record<string, any>;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment