TCompletionSchema

type TCompletionSchema = {
completionName: ICompletionSchema["completionName"];
} & Partial<ICompletionSchema>;