export interface SpConfig {
    endpoint: string;
}
